App\FromCity {#1507 #fillable: array:3 [ 0 => "name" 1 => "minimum_km" 2 => "term_condition" ] #connection: "mysql" #table: "from_cities" #primaryKey: "id" #keyType: "int" +incrementing: true #with: [] #withCount: [] #perPage: 15 +exists: true +wasRecentlyCreated: false #attributes: array:8 [ "id" => 71 "name" => "Gwalior" "minimum_km" => "250" "term_condition" => """ <table class="table table-bordered" style="width: 730px; height: 274.4px;">\r\n <tbody>\r\n <tr style="height: 36px;">\r\n <td style="width: 9.21875px;"><strong>1</strong></td>\r\n <td style="width: 692.219px;"><strong>KM will be charged Garage to Garage.<br></strong></td>\r\n </tr>\r\n <tr style="height: 36px;">\r\n <td style="width: 9.21875px;"><strong>2</strong></td>\r\n <td style="width: 692.219px;"><strong>Toll, Parking and State Taxes as per actual.</strong></td>\r\n </tr>\r\n <tr style="height: 36px;">\r\n <td style="width: 9.21875px;"><strong>3</strong></td>\r\n <td style="width: 692.219px;"><strong>Minimum 250 KM will be charged per day.<br></strong></td>\r\n </tr>\r\n <tr style="height: 36px;">\r\n <td style="width: 9.21875px;"><strong>4</strong></td>\r\n <td style="width: 692.219px;"><strong>Vehicle will not be travel unpaved and bad roads.<br></strong></td>\r\n </tr>\r\n <tr style="height: 36px;">\r\n <td style="width: 9.21875px;"><strong>5</strong></td>\r\n <td style="width: 692.219px;"><strong>AC will be switched off in Hilly Areas.<br></strong></td>\r\n </tr>\r\n <tr style="height: 36px;">\r\n <td style="width: 9.21875px;"><strong>6</strong></td>\r\n <td style="width: 692.219px;"><strong>One day means a calender day (Date change means Day change).<br></strong></td>\r\n </tr>\r\n <tr style="height: 58.4px;">\r\n <td style="width: 9.21875px;"><strong>7</strong></td>\r\n <td style="width: 692.219px;"><strong>Cost shown is a Estimaed Fare, final price may vary depending on the running of kilometers.<br><br></strong></td>\r\n </tr>\r\n </tbody>\r\n </table> """ "rate_adjustment_type" => "increase" "rate_adjustment" => "30" "created_at" => "2024-09-04 12:56:14" "updated_at" => "2024-09-04 12:56:14" ] #original: array:8 [ "id" => 71 "name" => "Gwalior" "minimum_km" => "250" "term_condition" => """ <table class="table table-bordered" style="width: 730px; height: 274.4px;">\r\n <tbody>\r\n <tr style="height: 36px;">\r\n <td style="width: 9.21875px;"><strong>1</strong></td>\r\n <td style="width: 692.219px;"><strong>KM will be charged Garage to Garage.<br></strong></td>\r\n </tr>\r\n <tr style="height: 36px;">\r\n <td style="width: 9.21875px;"><strong>2</strong></td>\r\n <td style="width: 692.219px;"><strong>Toll, Parking and State Taxes as per actual.</strong></td>\r\n </tr>\r\n <tr style="height: 36px;">\r\n <td style="width: 9.21875px;"><strong>3</strong></td>\r\n <td style="width: 692.219px;"><strong>Minimum 250 KM will be charged per day.<br></strong></td>\r\n </tr>\r\n <tr style="height: 36px;">\r\n <td style="width: 9.21875px;"><strong>4</strong></td>\r\n <td style="width: 692.219px;"><strong>Vehicle will not be travel unpaved and bad roads.<br></strong></td>\r\n </tr>\r\n <tr style="height: 36px;">\r\n <td style="width: 9.21875px;"><strong>5</strong></td>\r\n <td style="width: 692.219px;"><strong>AC will be switched off in Hilly Areas.<br></strong></td>\r\n </tr>\r\n <tr style="height: 36px;">\r\n <td style="width: 9.21875px;"><strong>6</strong></td>\r\n <td style="width: 692.219px;"><strong>One day means a calender day (Date change means Day change).<br></strong></td>\r\n </tr>\r\n <tr style="height: 58.4px;">\r\n <td style="width: 9.21875px;"><strong>7</strong></td>\r\n <td style="width: 692.219px;"><strong>Cost shown is a Estimaed Fare, final price may vary depending on the running of kilometers.<br><br></strong></td>\r\n </tr>\r\n </tbody>\r\n </table> """ "rate_adjustment_type" => "increase" "rate_adjustment" => "30" "created_at" => "2024-09-04 12:56:14" "updated_at" => "2024-09-04 12:56:14" ] #changes: [] #casts: [] #dates: [] #dateFormat: null #appends: [] #dispatchesEvents: [] #observables: [] #relations: [] #touches: [] +timestamps: true #hidden: [] #visible: [] #guarded: array:1 [ 0 => "*" ] }
App\DestinationCity {#1508 #fillable: array:1 [ 0 => "name" ] #connection: "mysql" #table: "destination_cities" #primaryKey: "id" #keyType: "int" +incrementing: true #with: [] #withCount: [] #perPage: 15 +exists: true +wasRecentlyCreated: false #attributes: array:4 [ "id" => 219 "name" => "Aurangabad Bangar (UP)" "created_at" => "2020-07-25 09:58:44" "updated_at" => "2020-08-26 07:58:44" ] #original: array:4 [ "id" => 219 "name" => "Aurangabad Bangar (UP)" "created_at" => "2020-07-25 09:58:44" "updated_at" => "2020-08-26 07:58:44" ] #changes: [] #casts: [] #dates: [] #dateFormat: null #appends: [] #dispatchesEvents: [] #observables: [] #relations: [] #touches: [] +timestamps: true #hidden: [] #visible: [] #guarded: array:1 [ 0 => "*" ] }
App\FormCityDestinationCity {#138 #fillable: array:3 [ 0 => "from_city_id" 1 => "destination_city_id" 2 => "count_km" ] #connection: "mysql" #table: "form_city_destination_cities" #primaryKey: "id" #keyType: "int" +incrementing: true #with: [] #withCount: [] #perPage: 15 +exists: true +wasRecentlyCreated: false #attributes: array:6 [ "id" => 277295 "from_city_id" => 71 "count_km" => 166 "destination_city_id" => 219 "created_at" => "2024-09-04 12:56:15" "updated_at" => "2024-09-04 12:56:15" ] #original: array:6 [ "id" => 277295 "from_city_id" => 71 "count_km" => 166 "destination_city_id" => 219 "created_at" => "2024-09-04 12:56:15" "updated_at" => "2024-09-04 12:56:15" ] #changes: [] #casts: [] #dates: [] #dateFormat: null #appends: [] #dispatchesEvents: [] #observables: [] #relations: [] #touches: [] +timestamps: true #hidden: [] #visible: [] #guarded: array:1 [ 0 => "*" ] }